Updates.
authorMatthias Clasen <matthiasc@src.gnome.org>
Thu, 23 Oct 2003 19:49:54 +0000 (19:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Thu, 23 Oct 2003 19:49:54 +0000 (19:49 +0000)
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
NEWS

index 36cad6486acb6d5be8db726d506ea220dc3835a7..d3076b238d00e2f4b8f9483ce152ace1db8be8bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Remove a few duplicates, group the menu changes.
+
 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
 
        * NEWS: Updates for 2.3.0; changed header to match the style we used
index 36cad6486acb6d5be8db726d506ea220dc3835a7..d3076b238d00e2f4b8f9483ce152ace1db8be8bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Remove a few duplicates, group the menu changes.
+
 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
 
        * NEWS: Updates for 2.3.0; changed header to match the style we used
index 36cad6486acb6d5be8db726d506ea220dc3835a7..d3076b238d00e2f4b8f9483ce152ace1db8be8bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Remove a few duplicates, group the menu changes.
+
 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
 
        * NEWS: Updates for 2.3.0; changed header to match the style we used
index 36cad6486acb6d5be8db726d506ea220dc3835a7..d3076b238d00e2f4b8f9483ce152ace1db8be8bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Remove a few duplicates, group the menu changes.
+
 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
 
        * NEWS: Updates for 2.3.0; changed header to match the style we used
index 36cad6486acb6d5be8db726d506ea220dc3835a7..d3076b238d00e2f4b8f9483ce152ace1db8be8bb 100644 (file)
@@ -1,3 +1,7 @@
+Thu Oct 23 21:49:05 2003  Matthias Clasen  <maclas@gmx.de>
+
+       * NEWS: Remove a few duplicates, group the menu changes.
+
 Thu Oct 23 21:12:50 2003  Kristian Rietveld  <kris@gtk.org>
 
        * NEWS: Updates for 2.3.0; changed header to match the style we used
diff --git a/NEWS b/NEWS
index 654b73903ac272f51d7284fb8c35b5d93957799a..d68ff749f0da8b496e94d4a4c523033f40231f8f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,29 +1,29 @@
 Overview of Changes from GTK+-2.2.x to GTK+-2.3.0
 =================================================
-* New action-based menu API: GtkUIManager, GtkActionGroup, 
-  GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
 * New combo box widgets: GtkComboBox, GtkComboBoxEntry [Kristian Rietveld]
 * Autocompletion for entries: GtkEntryCompletion [Kristian]
 * New "disclosure triangle" widget: GtkExpander [Marc McLoughlin]
 * New "picker button" widgets: GtkFontButton, GtkColorButton [Matthias]
 * Support icon themes for stock icons [Owen Taylor]
 * Support for RGBA cursors [Matthias]
-* Support tabular menus [Kristian]
-* Support RTL flipping for GtkHPaned and GtkTreeView [Soeren, 
-  Matthias, Jonathan Blandford]
+* Support RTL flipping for GtkHPaned [Soeren]
 * Support up to four scroll arrows on GtkNotebook and make them
   themeable. [Matthias]
-* Add a filtering tree model: GtkTreeModelFilter [Kristian]
 * GtkCalendar improvements: make the arrows spin, support RTL flipping,
   automatic week start selection, DND support. [Matthias]
 * Add gtk_widget_queue_resize_no_redraw() [Soeren]
-* New positioning algoritm for menus [Soeren]
 * Theme improvements [Soeren]
 * Fix gdk_window_begin_paint() bug [Soeren]
 * New "focus_on_click" property for GtkButton [Soeren]
 * New "accepts_tab" property for GtkTextView [Soeren]
 * Deprecate GtkCombo and GtkOptionMenu [Kristian]
 
+Menus:
+  - New action-based menu API: GtkUIManager, GtkActionGroup, 
+    GtkAction, etc. [James Henstridge, Soeren Sandmann, Matthias Clasen]
+  - Support for tabular menus [Kristian]
+  - New positioning algorithm for popup menus [Soeren]
+
 GtkToolbar: [Soeren]
   - New toolbar API [James, Anders Carlsson, Owen]
   - Support for sliding buttons like OS X
@@ -40,6 +40,7 @@ GtkTreeView: [Kristian Rietveld]
   - Move row reference updating code to closures
   - Fix TreeView DnD: make TreeStore DnD work, make drops on empty views work,
     get rid of gtk-tree-model-drop-append.
+  - Add a filtering tree model: GtkTreeModelFilter [Kristian]
 
 Other contributors: Krasimir Angelov, Mariano Suarez-Alvarez, David
    Bordoley, Christian Persch, Morten Welinder, Marco Pesenti Gritti